home *** CD-ROM | disk | FTP | other *** search
- echo off
- :start
- type pcfiss12.ans
- getkey gdx
- if errorlevel 3 goto exit
- if errorlevel 2 goto drop
- if errorlevel 1 goto graph
-
- :drop
- drop17
- goto start
-
- :graph
- cls
- echo Please wait as the Coverdisk copys the relevant files to your hard drive...
- md c:\pcf\gws
- copy gws*.* c:\pcf\gws
- type whatd.ans
- getkey bam
- if errorlevel 3 goto start
- if errorlevel 2 goto agws
- if errorlevel 1 goto bgws
-
- :agws
- c:
- cd \pcf\gws
- gws----@
- gws
- a:
- goto start
-
- :bgws
- c:
- cd \pcf\gws
- gws----@
- gws
- b:
- goto start
-
- :exit
- type goodbye.ans
- getkey x
- if errorlevel 1 goto quit
-
- :quit
- cls
- echo on
-